home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _CD51D9F58AAD4015B1321803C11D313A < prev    next >
Encoding:
Text File  |  2005-09-15  |  1.0 KB  |  91 lines

  1. !Include("..\\..\\menu\\uidef\\UILogicVis.def")
  2.  
  3. UIElem("ID_TEXT")
  4. {
  5. Default()
  6. {
  7. Text("&RewardCashGenericInfo& #CurrReward.m_sItem#&MenuCashPostfix&")
  8. }
  9. }
  10.  
  11. UIElem("ID_TEXT_CAR")
  12. {
  13. Default()
  14. {
  15. Text("")
  16. }
  17. }
  18.  
  19.  
  20. UIElem("ID_REWARD_ICON_CAR")
  21. {
  22. Default()
  23. {
  24. Visible(0)
  25. }
  26. }
  27.  
  28. UIElem("ID_REWARDS_TITLE")
  29. {
  30. OnCondition("LastTakenPlace == 1")
  31. {
  32. Visible(1) 
  33. Text("&RewardTitlePlace1&")
  34. }
  35.  
  36. OnCondition("LastTakenPlace == 2")
  37. {
  38. Visible(1) 
  39. Text("&RewardTitlePlace2&")
  40. }
  41.  
  42. OnCondition("LastTakenPlace == 3")
  43. {
  44. Visible(1) 
  45. Text("&RewardTitlePlace3&")
  46. }
  47.  
  48. OnCondition("LastTakenPlace == 4")
  49. {
  50. Visible(1) 
  51. Text("&RewardTitlePlace4&")
  52. }
  53. }
  54.  
  55. UIElem("ID_REWARD_ICON")
  56. {
  57. Default()
  58. {
  59. Visible(1)
  60. TextureID("Money")
  61. }
  62. }
  63.  
  64. UIElem("ID_CUP_ICON")
  65. {
  66. Default()
  67. {
  68. Visible(0)
  69. }
  70.  
  71. OnCondition("LastTakenPlace == 1")
  72. {
  73. Visible(1) 
  74. TextureID("Trophy_Gold")
  75. }
  76.  
  77. OnCondition("LastTakenPlace == 2")
  78. {
  79. Visible(1) 
  80. TextureID("Trophy_Silver")
  81. }
  82.  
  83. OnCondition("LastTakenPlace == 3")
  84. {
  85. Visible(1) 
  86. TextureID("Trophy_Bronze")
  87. }
  88.  
  89. }
  90.  
  91.